Welcome![Sign In][Sign Up]
Location:
Search - M-LWDF matlab

Search list

[Communication-MobileUWB_Fifth_Order_Derivative

Description: Models UWB TX and RX using BPSK fifth derivative. MATLAB Release: R13 Description: This m file models a UWB system using BPSK with the fifth order derivative of the gaussian pulse with correlation receiver and intgrator. -Models UWB TX and RX using BPSK fifth derivative. MATLAB Release : R13 Description : This file m models a UWB system using BPSK with the fifth order derivative of the Gaussian pulse with correlation receiver and intgrator.
Platform: | Size: 5120 | Author: 王琼 | Hits:

[CommunicationUWB_Link_Analysis

Description: This m file plots the time and frequency domain of UWB PPM(pulse position modulated) waveforms(monocycles and doublets) with different pulse recurring frequency (PRF)and information rates. -m plots the time and frequency domain of UWB PPM (pulse modulated position) waveforms (monocycles and doublets) with different pulse recurring frequency (PRF) and information rates.
Platform: | Size: 3072 | Author: 王琼 | Hits:

[Communication-MobileIEEE802.15.3aUWBmodel

Description: his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Report-Final.doc: This is the final report of the channel modeling sub-committee. 2. cmx_imr.csv (x=1, 2, 3, and 4) represent the files containing the actual 100 channel realizations for CM1, CM2, CM3, and CM4. The columns are organized as (time, amp, time, amp,...) 3. cmx_imr_np.csv (x=1, 2, 3, and 4) represent the files containing the number of paths in each of the 100 multipath realizations. 4. cmx_imr.mat (x=1, 2, 3, and 4) are the .mat files that can be loaded directly into Matlab (TM). 5. *.m files are the Matlab (TM) files used to generate the various channel realizations.-his folder contains the following files : 1. 02490rxP802- 15_SG3a-Channel-Modeling- S ubcommittee-Report-Final.doc : This is the final report of the channel modeling sub-committee. 2. cmx_imr.csv (x = 1, 2, 3, and 4) represent the files containing the actua l 100 channel realizations for MCM, CM2, CM3, and CM4. The columns are organized as (time, amp, time, amp, ... 3. cmx_imr_np.csv (x = 1, 2, 3. and 4) represent the files containing the Numbe r of paths in each of the 100 multipath realizati ons. 4. cmx_imr.mat (x = 1, 2, 3, and 4) are the. mat files that can be loaded Direc expression into Matlab (TM). 5. m*. files are the Matlab (TM) files used to generate the various channel realizations.
Platform: | Size: 76800 | Author: 刘海涛 | Hits:

[matlabqueue_emulator

Description: 这是一个基于M/M/S类型的排队论仿真程序。M/M/S表示到达时间为负指数分布,服务时间为负指数分布,服务设备数量为S个的排队系统。 (1)到达模式:严格意义上讲是一个接着一个到达,而且到达时间间隔服从参数为mean_arr的负指数分布; (2)服务模式:服务台的数量为server_num,且每个服务台服务一个顾客的服务时间服从参数为mean_serv的负指数分布; (3)排队规则:满足先进先服务,服务快的先离开的规则。 -This is a based on the M/M/S types of queuing theory simulation program. M/M/S said time of arrival of the negative exponential distribution and service time for the negative exponential distribution, service equipment for the number of S-queuing system. (1) mode of arrival : a strict sense is a one followed arrived, but the inter-arrival time parameters mean_arr obey the negative exponential distribution; (2) mode : The number of help desk server_num. with each help desk services a customer service parameters mean_serv obey the negative exponential distribution; (3) queuing rules : first meet advanced services, the first to leave fast rules.
Platform: | Size: 3072 | Author: 丘春辉 | Hits:

[Program doc_B_UWB

Description: 基于simulink的uwb仿真 uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_init.m: Initialization called before model is loaded. uwb_settings: Sets up structure containing system parameters ( uwb in workspace). uwb_imr.m: Initializes UWB channel impulse response. uwb_sv_*.m: Four M-files used to generate channel impulse responses (MAT files).-based on Simulink simulation of UWB uwb.mdl : UWB model-open this to begin. uwb_lib.mdl : Library blocks for UWB model. uwb_init.m : Initialization called before model is loaded. uwb_settings : Sets up structure containing system parameter s (UWB in workspace). uwb_imr.m : Initializes UWB channel impulse response. UWB _sv_*. m : Four M-files used to generate channel impulse r esponses (MAT files).
Platform: | Size: 48128 | Author: 案件评 | Hits:

[matlabqueure

Description: 针对M/PH/1(k)排队系统推导出该排队系统在任意时刻、到达时刻、退去时刻的队列长度状态概率分布、平均队列长度、以及平均等待时间,并编写程序进行数值计算,并对M/E2/1(k), M/M/1(k), M/H2/1(k)排队系统的性能进行数值比较。-against M/PH/1 (k) queuing system derived the queuing system at any time, the arrival time, faded moment of the queue length probability distribution, the average queue length, and the average waiting time, and the preparation procedures for numerical computation, and M/E2/1 (k), M/M/1 (k), M/H2/1 (k) queuing system performance numerical comparison.
Platform: | Size: 3072 | Author: lidong | Hits:

[Mathimatics-Numerical algorithmsyouhua-m

Description:
Platform: | Size: 12288 | Author: anson | Hits:

[matlabGMSK_QPSK_8PSK

Description: 里面有8PSK,GMSK的matlab源程序,贡献出来了-I was interested in the theory for 8PSK and came across this m-file written in 1999. It requires 2 function calls (graymapPSK and grayunmapPSK) which I have included and must be uncommented(single comments only) and loaded into your workspace. Remove the function calls from this m-file after you load into your workspace. It seems to work well and give valid results for BPSK and QPSK but I have a question about the setup for 8PSK and the solution for Pseint where Pse=Pseint. Also, the Gray coding seems different than what I m used to. Some of you more theoretical minded may have some insight into the theory behind how Pseint was determined and comment. I don t have the communications toolbox-blockset and was wondering how it compared with Matlab s example simulation of 8PSK with Gray coding (in Simulink?) Each run takes about a minute and the loop iterations are shown in the command window. A numerical example of a satellite link is shown using uncoded QPSK
Platform: | Size: 3072 | Author: 杨阳 | Hits:

CodeBus www.codebus.net